home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000147_news@columbia.edu _Wed Mar 29 10:04:58 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA00392
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 29 Mar 2000 10:04:57 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA06000
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 29 Mar 2000 09:59:50 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: server mode and TCP/IP
  11. Date: 29 Mar 2000 14:59:44 GMT
  12. Organization: Columbia University
  13. Message-ID: <8bt5p0$5re$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <38E21403.DD322E7D@carmenta.se>,
  17. Per Akesson  <Per.Akesson@carmenta.se> wrote:
  18. : I'm trying to have a TCP/IP kermit server
  19. : staying up between client connections.
  20. : I'm pretty sure when using a serial line (tty)
  21. : the server remains in server mode when the client
  22. : issues the EXIT command.
  23.  
  24. Only if the SET CARRIER-WATCH OFF command is issued.
  25. Then from the perspective of the SERVER command the 
  26. client never goes away.
  27.  
  28. : In TCP/IP my kermit server also exits when the client
  29. : exits the connection.
  30.  
  31. : When trying DISABLE FINISH on the server,
  32. : it remains in server mode but still no new connections can be made.
  33.  
  34. This was a bug that should have been fixed in C-Kermit 7.0.
  35.  
  36. you implement this with
  37.  
  38.   while true {
  39.     set host * port /raw
  40.     if success server
  41.     close connection
  42.   }
  43.  
  44.  
  45.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  46.                  The Kermit Project * Columbia University
  47.               612 West 115th St #716 * New York, NY * 10025
  48.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org